home *** CD-ROM | disk | FTP | other *** search
- object frmWizard: TfrmWizard
- Left = 428
- Top = 231
- HelpContext = 1140
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Setup wizard'
- ClientHeight = 418
- ClientWidth = 330
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = TntFormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Wizard1: TWizard
- Left = 0
- Top = 97
- Width = 330
- Height = 267
- Align = alClient
- PageIndex = 0
- TabOrder = 1
- ButtonNext = NextBtn
- ButtonBack = PrevBtn
- HeaderCaption.Strings = (
- 'Welcome to 40tude Dialog'
- 'Newsserver settings'
- 'Identity settings'
- 'POP3 settings'
- 'SMTP settings'
- 'POP3 settings for SMTP server'
- 'Other settings')
- InfoCaption.Strings = (
- ' '
-
- 'Enter the settings for the newsserver you want to use. You may a' +
- 'dd additional servers later.'
-
- 'To create the default identity, enter your personal info on this' +
- ' page.'
-
- 'If you want to read emails from within 40tude Dialog enter the P' +
- 'OP3 server (incoming email) settings for the default identity be' +
- 'low.'
-
- 'To send out email under the default identity 40tude Dialog needs' +
- ' to know the SMTP server (outgoing email) settings here.'
-
- 'On the previous page you selected to connect to a POP3 server be' +
- 'fore connecting to the SMTP server. Please select which POP3 ser' +
- 'ver to use for SMTP authentication.'
-
- '40tude Dialog is great for reading emails from mailing lists in ' +
- 'threaded order. If you entered a POP3 server previously and Dial' +
- 'og retrieves emails from a mailing list, it will store them in t' +
- 'heir own folders.')
- StaticTextHeader = StaticTextHeader
- StaticTextInfo = StaticTextInfo
- OnButtonBackClick = Wizard1ButtonBackClick
- OnButtonNextClick = Wizard1ButtonNextClick
- OnButtonFinishClick = Wizard1ButtonFinishClick
- OnEnteringPage = Wizard1EnteringPage
- OnUpdateHeaders = Wizard1UpdateHeaders
- object TPage
- Left = 0
- Top = 0
- Caption = 'AAWelcome'
- object Label6: TTntLabel
- Left = 20
- Top = 16
- Width = 281
- Height = 41
- AutoSize = False
- Caption = 'Welcome to 40tude Dialog!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label7: TTntLabel
- Left = 20
- Top = 56
- Width = 301
- Height = 137
- AutoSize = False
- Caption =
- 'This wizard lets you set some important options and create sett' +
- 'ings for one newsserver and for one identity. '#13#10#13#10'You may add ad' +
- 'ditional servers and identities and set all other options later ' +
- 'in the program.'#13#10#13#10'Click on "Next" to go on.'
- WordWrap = True
- end
- object Label22: TTntLabel
- Left = 20
- Top = 192
- Width = 301
- Height = 45
- AutoSize = False
- Caption =
- 'If you would like to import settings from other newsreaders, ple' +
- 'ase click on "Import" now.'
- WordWrap = True
- end
- object ImportBtn: TMMTNTBItBtn
- Left = 124
- Top = 240
- Width = 81
- Height = 25
- Caption = '&Import'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = ImportBtnClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'AServer'
- object Label2: TTntLabel
- Left = 12
- Top = 68
- Width = 25
- Height = 13
- Caption = '&Host:'
- FocusControl = ServerHost
- end
- object Label3: TTntLabel
- Left = 12
- Top = 92
- Width = 22
- Height = 13
- Caption = '&Port:'
- end
- object Label4: TTntLabel
- Left = 12
- Top = 116
- Width = 55
- Height = 13
- Caption = '&Username*:'
- FocusControl = Username
- end
- object Label5: TTntLabel
- Left = 12
- Top = 140
- Width = 53
- Height = 13
- Caption = 'P&assword*:'
- FocusControl = Password
- end
- object Label1: TTntLabel
- Left = 12
- Top = 20
- Width = 85
- Height = 13
- Caption = '&Descriptive name:'
- FocusControl = ServerName
- end
- object Label18: TTntLabel
- Left = 12
- Top = 160
- Width = 143
- Height = 41
- AutoSize = False
- Caption = '&When retrieving headers for a group retrieve up to'
- WordWrap = True
- end
- object Label19: TTntLabel
- Left = 260
- Top = 176
- Width = 38
- Height = 13
- Caption = 'headers'
- end
- object Label20: TTntLabel
- Left = 12
- Top = 208
- Width = 143
- Height = 57
- AutoSize = False
- Caption =
- 'When &retrieving headers for a group for the first time confirm ' +
- 'more than'
- WordWrap = True
- end
- object Label21: TTntLabel
- Left = 260
- Top = 232
- Width = 38
- Height = 13
- Caption = 'headers'
- end
- object ServerSSL: TtntAutoSizeCheckBox
- Left = 193
- Top = 89
- Width = 40
- Height = 17
- Hint = 'Default port for NNTP (SSL) is 563'
- Caption = '&SSL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object ServerHost: TTntEdit
- Left = 124
- Top = 60
- Width = 173
- Height = 21
- Hint = 'The hostname of the newsserver, e.g. "news.myprovider.com".'
- MaxLength = 199
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnChange = ServerHostChange
- end
- object Username: TTntEdit
- Left = 124
- Top = 108
- Width = 173
- Height = 21
- Hint =
- 'If you need to authenticate to the server, enter your username h' +
- 'ere.'
- MaxLength = 40
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object Password: TTntEdit
- Left = 124
- Top = 132
- Width = 173
- Height = 21
- Hint =
- 'If you need to authenticate to the server, enter your password h' +
- 'ere.'
- MaxLength = 40
- ParentShowHint = False
- PasswordChar = '*'
- ShowHint = True
- TabOrder = 5
- end
- object ServerName: TTntEdit
- Left = 124
- Top = 12
- Width = 173
- Height = 21
- Hint =
- 'A descriptive name for this server, e.g. "Default server" or "Ma' +
- 'in".'
- MaxLength = 20
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Text = 'Default server'
- OnExit = ServerNameExit
- end
- object ServerPort: tMMjvspinedit
- Left = 124
- Top = 84
- Width = 57
- Height = 21
- Hint = 'The port to connect to. Almost all newsservers use "119".'
- MaxValue = 100000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 119.000000000000000000
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object RetrieveHeadersMaxNum: tMMjvspinedit
- Left = 188
- Top = 168
- Width = 65
- Height = 21
- Cursor = crIBeam
- MaxValue = 1000000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 20000.000000000000000000
- TabOrder = 6
- end
- object MaxHeaderOnFirstRetrieve: tMMjvspinedit
- Left = 188
- Top = 224
- Width = 65
- Height = 21
- Cursor = crIBeam
- MaxValue = 1000000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 3000.000000000000000000
- TabOrder = 7
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'BIdentity'
- object Label23: TTntLabel
- Left = 12
- Top = 52
- Width = 70
- Height = 13
- Caption = '&Your full name:'
- FocusControl = Yourname
- end
- object Label24: TTntLabel
- Left = 12
- Top = 100
- Width = 66
- Height = 13
- Caption = '&Organization*:'
- FocusControl = Organization
- end
- object Label9: TTntLabel
- Left = 12
- Top = 76
- Width = 68
- Height = 13
- Caption = '&Email address:'
- FocusControl = Email
- end
- object Label25: TTntLabel
- Left = 12
- Top = 124
- Width = 90
- Height = 13
- Caption = '&Reply-To address*:'
- FocusControl = ReplyTo
- end
- object Label8: TTntLabel
- Left = 12
- Top = 20
- Width = 85
- Height = 13
- Caption = '&Descriptive name:'
- FocusControl = IDName
- end
- object Organization: TTntEdit
- Left = 136
- Top = 92
- Width = 157
- Height = 21
- Hint = 'Your organization/company'#39's name. This field is optional.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object Email: TTntEdit
- Left = 136
- Top = 68
- Width = 157
- Height = 21
- Hint = 'Your valid email address, e.g. "me@there.com".'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnChange = YournameChange
- end
- object ReplyTo: TTntEdit
- Left = 136
- Top = 116
- Width = 157
- Height = 21
- Hint =
- 'If you want people to send replies to your posting to a differen' +
- 't email address than above, enter the email address here. This f' +
- 'ield is optional.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object IDName: TTntEdit
- Left = 136
- Top = 12
- Width = 157
- Height = 21
- TabOrder = 0
- Text = 'Default'
- OnExit = IDNameExit
- end
- object Yourname: TTntEdit
- Left = 136
- Top = 44
- Width = 157
- Height = 21
- Hint =
- 'Enter your name here. Please follow the Usenet netiquette and us' +
- 'e your real name..'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnChange = YournameChange
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'CPOP3'
- object Label14: TTntLabel
- Left = 12
- Top = 20
- Width = 25
- Height = 13
- Caption = '&Host:'
- FocusControl = POPHost
- end
- object Label17: TTntLabel
- Left = 12
- Top = 44
- Width = 22
- Height = 13
- Caption = 'P&ort:'
- end
- object Label15: TTntLabel
- Left = 12
- Top = 92
- Width = 51
- Height = 13
- Caption = '&Username:'
- FocusControl = POPUsername
- end
- object Label16: TTntLabel
- Left = 12
- Top = 116
- Width = 49
- Height = 13
- Caption = 'Pass&word:'
- FocusControl = PopPassword
- end
- object TntLabel1: TTntLabel
- Left = 12
- Top = 68
- Width = 71
- Height = 13
- Caption = '&Authentication:'
- end
- object POPHost: TTntEdit
- Left = 108
- Top = 12
- Width = 157
- Height = 21
- Hint = 'The hostname of your POP3 server, e.g. "pop3.myprovider.com".'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnChange = POPHostChange
- end
- object POPUsername: TTntEdit
- Left = 108
- Top = 84
- Width = 157
- Height = 21
- Hint = 'Your username for the POP3 server.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object PopPassword: TTntEdit
- Left = 108
- Top = 108
- Width = 157
- Height = 21
- Hint = 'Your password for the POP3 server.'
- ParentShowHint = False
- PasswordChar = '*'
- ShowHint = True
- TabOrder = 5
- end
- object POPSSLcb: TtntAutoSizeCheckBox
- Left = 177
- Top = 40
- Width = 40
- Height = 17
- Hint = 'Default port for POP3 (SSL) is 995'
- Caption = '&SSL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object AuthPOPCB: TTntComboBox
- Left = 108
- Top = 60
- Width = 157
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 1
- TabOrder = 3
- Text = 'Login'
- Items.WideStrings = (
- 'Automatic'
- 'Login'
- 'APOP'
- 'Cram-MD5'
- 'Cram-SHA1'
- 'Digest-MD5')
- end
- object POPDelete: TtntAutoSizeCheckBox
- Left = 12
- Top = 152
- Width = 255
- Height = 17
- Hint =
- 'If you keep this unchecked, 40tude Dialog will retrieve emails f' +
- 'rom the POP3 server but will not delete them.'
- Caption = '&Delete mails on server once successfully retrieved'
- TabOrder = 6
- end
- object poponlyunread: TtntAutoSizeCheckBox
- Left = 12
- Top = 170
- Width = 147
- Height = 17
- Hint =
- 'If you check this option, Dialog will keep track of which emails' +
- ' it already downloaded from the POP3 server and will not downloa' +
- 'd them again.'
- Caption = 'On&ly download unread mail'
- TabOrder = 7
- end
- object POPPort: tMMjvspinedit
- Left = 108
- Top = 36
- Width = 57
- Height = 21
- Cursor = crIBeam
- Hint = 'The port of the POP3 server. Almost all POP3 servers use "110".'
- MaxValue = 100000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 110.000000000000000000
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'DSMTP'
- object Label10: TTntLabel
- Left = 12
- Top = 20
- Width = 25
- Height = 13
- Caption = '&Host:'
- FocusControl = SMTPHost
- end
- object Label13: TTntLabel
- Left = 12
- Top = 44
- Width = 22
- Height = 13
- Caption = 'P&ort:'
- end
- object Label11: TTntLabel
- Left = 12
- Top = 92
- Width = 55
- Height = 13
- Caption = '&Username*:'
- FocusControl = SMTPUsername
- end
- object Label12: TTntLabel
- Left = 12
- Top = 116
- Width = 53
- Height = 13
- Caption = 'Pass&word*:'
- FocusControl = SMTPPassword
- end
- object TntLabel2: TTntLabel
- Left = 12
- Top = 68
- Width = 71
- Height = 13
- Caption = '&Authentication:'
- end
- object AuthSMTPCB: TTntComboBox
- Left = 108
- Top = 60
- Width = 157
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 2
- TabOrder = 3
- Text = 'Login'
- OnChange = SMTPLoginClick
- Items.WideStrings = (
- 'Automatic'
- 'None'
- 'Login'
- 'POP3 connection before SMTP'
- 'Cram-MD5'
- 'Cram-SHA1'
- 'Digest-MD5')
- end
- object SSLSMTPcb: TtntAutoSizeCheckBox
- Left = 177
- Top = 40
- Width = 40
- Height = 17
- Caption = '&SSL'
- TabOrder = 2
- end
- object SMTPHost: TTntEdit
- Left = 108
- Top = 12
- Width = 157
- Height = 21
- Hint = 'The hostname of your SMTP server, e.g. "smtp.myprovider.com".'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnChange = SMTPHostChange
- end
- object SMTPUsername: TTntEdit
- Left = 108
- Top = 84
- Width = 157
- Height = 21
- Hint =
- 'If you need to authenticate directly with the SMTP server, enter' +
- ' your username here.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object SMTPPassword: TTntEdit
- Left = 108
- Top = 108
- Width = 157
- Height = 21
- Hint =
- 'If you need to authenticate directly with the SMTP server, enter' +
- ' your password here.'
- ParentShowHint = False
- PasswordChar = '*'
- ShowHint = True
- TabOrder = 5
- end
- object SMTPPort: tMMjvspinedit
- Left = 108
- Top = 36
- Width = 57
- Height = 21
- Cursor = crIBeam
- Hint = 'The port of the SMTP server. Almost all SMTP servers use "25".'
- MaxValue = 100000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 25.000000000000000000
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'ESMTPPOP'
- object Label29: TTntLabel
- Left = 40
- Top = 92
- Width = 25
- Height = 13
- Caption = '&Host:'
- FocusControl = POPHostSMTP
- end
- object Label30: TTntLabel
- Left = 40
- Top = 116
- Width = 22
- Height = 13
- Caption = 'P&ort:'
- end
- object Label31: TTntLabel
- Left = 40
- Top = 164
- Width = 51
- Height = 13
- Caption = '&Username:'
- FocusControl = POPUsernameSMTP
- end
- object Label32: TTntLabel
- Left = 40
- Top = 188
- Width = 49
- Height = 13
- Caption = 'Pass&word:'
- FocusControl = POPPasswordSMTP
- end
- object Label28: TTntLabel
- Left = 220
- Top = 20
- Width = 36
- Height = 13
- Caption = '&minutes'
- end
- object lab3: TTntLabel
- Left = 12
- Top = 20
- Width = 132
- Height = 13
- Caption = 'Authenticate to POP3 every'
- end
- object lab8: TTntLabel
- Left = 40
- Top = 137
- Width = 71
- Height = 13
- Caption = '&Authentication:'
- end
- object POPUseDefaultForSMTP: TTntRadioButton
- Left = 12
- Top = 44
- Width = 277
- Height = 17
- Hint =
- 'Check this if the POP3 server to authenticate for sending out em' +
- 'ails over the SMTP server on the previous page is the same as th' +
- 'e POP3 server you entered on the POP3 (incoming emails) page.'
- Caption = 'U&se standard POP3 from this identity'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- TabStop = True
- end
- object POPUseThispopSMTP: TTntRadioButton
- Left = 12
- Top = 68
- Width = 101
- Height = 17
- Hint =
- 'Check this if you need to login into another POP3 server to auth' +
- 'enticate with your SMTP server.'
- Caption = 'Us&e...'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object POPSSLSMTP: TtntAutoSizeCheckBox
- Tag = 999
- Left = 193
- Top = 112
- Width = 40
- Height = 17
- Hint = 'Default port for POP3 (SSL) is 995'
- Caption = '&SSL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object AuthPOPSMTPCB: TTntComboBox
- Tag = 999
- Left = 128
- Top = 132
- Width = 157
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 1
- TabOrder = 6
- Text = 'Login'
- Items.WideStrings = (
- 'Automatic'
- 'Login'
- 'APOP'
- 'Cram-MD5'
- 'Cram-SHA1'
- 'Digest-MD5')
- end
- object POPHostSMTP: TTntEdit
- Left = 128
- Top = 84
- Width = 157
- Height = 21
- Hint =
- 'The hostname of the POP3 servers used for SMTP authentication, e' +
- '.g. "pop3.myprovider.com".'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnChange = POPHostSMTPChange
- end
- object POPUsernameSMTP: TTntEdit
- Left = 128
- Top = 156
- Width = 157
- Height = 21
- Hint = 'Your username for the POP3 server.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- end
- object POPPasswordSMTP: TTntEdit
- Left = 128
- Top = 180
- Width = 157
- Height = 21
- Hint = 'Your password for the POP3 server.'
- ParentShowHint = False
- PasswordChar = '*'
- ShowHint = True
- TabOrder = 8
- end
- object POP3Authenticationtimeout: tMMjvspinedit
- Left = 156
- Top = 12
- Width = 57
- Height = 21
- Cursor = crIBeam
- Hint =
- 'The amount of time the SMTP server accepts outgoing emails from ' +
- 'you, after you logged into the POP3 server.'
- MaxValue = 10000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 5.000000000000000000
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object POPPortSMTP: tMMjvspinedit
- Left = 128
- Top = 108
- Width = 57
- Height = 21
- Cursor = crIBeam
- Hint = 'The port of the POP3 server. Almost all POP3 servers use "110".'
- MaxValue = 100000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 110.000000000000000000
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'ZOptions'
- object SortThreadDate: TTntRadioGroup
- Left = 8
- Top = 8
- Width = 301
- Height = 233
- Caption = 'On default sort articles by...'
- ItemIndex = 0
- Items.WideStrings = (
- '&Thread, Date'
- 'Thread, &maximum Score, Date'
- 'Thread, &average Score, Date'
- '&Date'
- '&From, Date'
- '&Subject, Date'
- 'Ms&gID, Date'
- '&Lines, Date'
- 'Sco&re, Date'
- '&Bytes, Date'
- 'Thread, Max. Score, Rev. Date'
- 'Thread, Av.Score, Rev. Date')
- TabOrder = 0
- end
- object SortReverse: TtntAutoSizeCheckBox
- Left = 16
- Top = 244
- Width = 87
- Height = 17
- Caption = 'Re&verse order'
- TabOrder = 1
- end
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 364
- Width = 330
- Height = 54
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object OptEntriesLabel: TTntLabel
- Left = 8
- Top = 4
- Width = 87
- Height = 13
- Caption = '* = optional entries'
- Visible = False
- end
- object PrevBtn: TMMTNTBItBtn
- Left = 184
- Top = 24
- Width = 69
- Height = 25
- Caption = '< &Back'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object NextBtn: TMMTNTBItBtn
- Left = 260
- Top = 24
- Width = 67
- Height = 25
- Caption = '&Next >'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object Button1: TMMTNTBItBtn
- Left = 4
- Top = 24
- Width = 65
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TMMTNTBItBtn
- Left = 72
- Top = 24
- Width = 61
- Height = 25
- Caption = 'Help'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- object Panel1: tOwnerDrawPanel
- Left = 0
- Top = 0
- Width = 330
- Height = 97
- Align = alTop
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 0
- OnDraw = Panel1Draw
- object StaticTextHeader: TTntLabel
- Left = 8
- Top = 8
- Width = 3
- Height = 13
- end
- object StaticTextInfo: TTntLabel
- Left = 16
- Top = 24
- Width = 289
- Height = 73
- AutoSize = False
- WordWrap = True
- end
- end
- end
-